Q3ViewerSetFlags
You can use theQ3ViewerSetFlags
function to set the viewer flags for a viewer object.
OSErr Q3ViewerSetFlags ( TQ3ViewerObject theViewer, unsigned long flags);
theViewer
- A viewer object.
flags
- A set of viewer flags. See "Viewer Flags" on page 2-12 for a description of the constants you can use to set or clear individual viewer flags.
DESCRIPTION
TheQ3ViewerSetFlags
function sets the viewer flags associated with the viewer object specified by thetheViewer
parameter to the values passed in theflags
parameter.
- IMPORTANT
- Any changes to a viewer's flags will not be visible until you call
Q3ViewerDraw
with the specified viewer object.![]()